home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / egavga / zulula.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-19  |  653b  |  26 lines

  1. echo off
  2. cls
  3. echo This routine will unpack all the files required for TOURNAMENT OF ZULULA 2.4
  4. echo from the master disks to the destination drive.
  5. echo ∙
  6. echo You specified drive: %1.
  7. echo ∙
  8. echo So it will be installed on: %1\ZULULA.
  9. echo .
  10. echo Directories before \ZULULA must already exist.
  11. echo .
  12. echo If this is correct press space bar.
  13. echo ∙
  14. echo If not press CTRL-C at this time and answer yes to terminate.
  15. pause
  16. cls
  17. echo Making %1\ZULULA
  18. md %1\ZULULA
  19. echo Unpacking files
  20. FILES %1\ZULULA -D
  21. echo Unpack complete.
  22. echo Copying READ.ME
  23. COPY READ.ME %1\ZULULA
  24. echo The Tounament of Zulula 2.4 is installed on %1\ZULULA
  25.  
  26.